Luci

Romania

I am a multidisciplinary designer and developer with a main focus on Digital Design and Branding, located in Cluj Napoca, Romania.

       

Throughout my 14 years of experience I have worked in various agencies as a web designer and developer.
I create and build websites to communicate a feeling of joy and comfort that shall invite the user to come back. For me, that means that not only graphical work, but also the frontend development like HTML & SCSS, JS, and WordPress or Craft CMS (backend, i know) are part of my field of activity.

The development section is really important to me, because I thereby constantly improve my skills and stay up-to-date with new methods and technology. Moreover, it presents a good change to the design part.

147 stories by Luci

Filter an array of objects based on a property – JavaScript

Filter an Array of Objects based on a property in JavaScript To filter an array of objects based on...

Jul 20 · 2 min read >

Update an object’s property in array of objects in JS

Update an Object’s Property in an Array of Objects using findIndex To update an object’s property in an array of...

Jul 14 · 5 min read >

Get the index of an Object in an Array in JavaScript

Get the index of an Object in an Array in JavaScript To find the index of an object in...

Jul 5 · 3 min read >

What is double question mark in JavaScript?

The Nullish Coalescing Operator (Double Question Mark ??) is a special case from the OR Logical Operator (||). Let’s...

Jun 28 · 2 min read >

12 useful JavaScript interview tips

1. What is a `Set’ object and how does it work? Set object allows you to store unique values of...

Jun 19 · 9 min read >

How to easily create a popup with Angular Material

Are you looking to create a popup in your Angular app using Typescript? Angular Material is the perfect tool...

Jun 15 · 1 min read >

JavaScript — Array with() method

Well, forget about the old and ugly way to update the value of some array. Description The with() method changes the...

Jun 7 · 34 sec read >

TypeScript — 5.1 is here! -What’s new?

TypeScript 5.1 introduced several new features and improvements.Here’s a summary of what’s new in TypeScript 5.1: Unrelated Types for Getters...

Jun 2 · 1 min read >

How to Break from forEach in JavaScript?

There is no direct way to break from the forEach() function, however, there are some workarounds. Introduction In JavaScript, forEach() is...

May 26 · 1 min read >